<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>404 Sorry, Page not found!</title>
<style>
	
.page404 {
    padding: 50px 0;
    text-align: center;
}	
.page404_1 {
    font-size: 300px;
    color: #ff0000;
    font-family: '微软雅黑';
    font-weight: bolder;
}	
.page404_2 {
    font-size: 42px;
    color: #000000;
}	
</style>
</head>

<body>
<div class="page404">
		<div class="page404_1">404</div>
		<div class="page404_2">Sorry, Page not found!</div>
</div>
		
</body>
</html>
